-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32: erase fabric information during factoryreset #13861
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR #13861: Size comparison from 5227f3e to ba58daf Increases (2 builds for esp32)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
andy31415
approved these changes
Jan 24, 2022
fast track: platform specific change |
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this pull request
Jan 28, 2022
rgoliver
pushed a commit
to rgoliver/connectedhomeip
that referenced
this pull request
Mar 1, 2022
andy31415
pushed a commit
that referenced
this pull request
Mar 2, 2022
* RPC: Cleanup and add thread service (#14843) * RPC: Refactor wifi RPC as common service - Move WiFi into a common rpc service like others. - Add WiFi RPC service to the all-clusters app * RPC: Add thread rpc service to efr and nrf - Add a Thread RPC service similar to others. - Add to NRF and EFR32 platforms - Add to efr/lighting RPC example app - Add to efr/lock RPC example app - Add to nfr/lighting RPC example app * RPC: Add get/set pairing state * RPC: Add OTCLI to EFR32 and NRF32 - Add the openthread cli as a new RPC service. - Add service to EFR32 and NRF32 platforms - Add to lighting/efr32 example - Add to lighting/nrf example * RPC: Refactor linux RPC into platform. Move common linux Rpc.* files into common platform to match refactoring done for other platforms. * RPC: Wake m5 display on RPC button press * RPC: Add descriptor cluster and QR code (#15217) * RPC: Add Descriptor RPC Service Add an RPC service for reading the descriptor cluster, this can be used by test harnesses to identify the device types and automatically select the correct tests to run. * RPC: Add QR Code to device service Add the QR code and QR code URL to the device RPC service. * esp32: erase fabric information during factoryreset (#13861) Co-authored-by: Shu Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
#13720
The fabric info was not erased during factoryreset in ESP platform. After #13181, the device only checks the fabric info and considers itself already commissioned even after factoryreset.
Change overview
Erase fabric information during factoryreset
Testing
Verified on m5stack.